| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVREnableFrameAnimation function to enable or disable frame animation for an object node.
OSErr QTVREnableFrameAnimation (QTVRInstance qtvr, Boolean enable);
The QTVREnableFrameAnimation function enables or disables the frame animation state for the object node specified by the qtvr parameter, according to the value of the enable parameter.
The current frame rate (as set by the function QTVRSetFrameRate ) is unaffected by the state of frame animation of an object node.
QTVREnableFrameAnimation is valid only for object nodes.
You should use QTVREnableFrameAnimation instead of standard QuickTime functions to control object animation.
Use QTVRGetFrameAnimation (link) to get the current state of frame animation for an object node.
| Previous | Chapter contents | Chapter top | Section top | Next |